ReadBarcode(RasterImage,LeadRect,BarcodeSymbology[]) Method

Summary

For information about this method please see ReadBarcode.

Syntax
C#
VB
C++
Public Overloads Function ReadBarcode( _ 
   ByVal image As RasterImage, _ 
   ByVal searchBounds As LeadRect, _ 
   ByVal symbologies() As BarcodeSymbology _ 
) As BarcodeData 

Parameters

image
A RasterImage object that contains the image data. Must not be null.

searchBounds
A LeadRect that specifies the region of interest area in the image where the barcode search and detection is performed. Specify empty rectangle to indicate that the search must be performed on the whole image.

symbologies
An array of BarcodeSymbology enumeration members that specifies the barcode symbologies (types) to search for.

Return Value

An instance of BarcodeData or one of its derived classes that contains the symbology, data, location and any rotation angle of the barcode found. If no barcodes can be found, then this method will return null.

Remarks

Note: In LEADTOOLS for .NET, the equivalent to LeadRect is LeadRect.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly